home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / python / python-1.000 / python-1 / usr / local / lib / python / fmt.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  1995-05-29  |  23.1 KB  |  72 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 1.1)
  3.  
  4. import string
  5. import Para
  6.  
  7. class NullBackEnd:
  8. <CODE> NullBackEnd
  9.  
  10. class SavingBackEnd(NullBackEnd):
  11. <CODE> SavingBackEnd
  12.  
  13. class WritingBackEnd(NullBackEnd):
  14. <CODE> WritingBackEnd
  15.  
  16. class BaseFormatter:
  17. <CODE> BaseFormatter
  18.  
  19. class NullMeasurer:
  20. <CODE> NullMeasurer
  21.  
  22. class FileWriter:
  23. <CODE> FileWriter
  24.  
  25. class NullFormatter(BaseFormatter):
  26. <CODE> NullFormatter
  27.  
  28. class WritingFormatter(BaseFormatter):
  29. <CODE> WritingFormatter
  30.  
  31. class FunnyFormatter(WritingFormatter):
  32. <CODE> FunnyFormatter
  33. openchar = {
  34.     'b': '*',
  35.     'i': '_',
  36.     'u': '_',
  37.     'q': '`',
  38.     'B': '*',
  39.     'I': '_',
  40.     'U': '_',
  41.     'Q': '`' }
  42. closechar = {
  43.     'b': '*',
  44.     'i': '_',
  45.     'u': '_',
  46.     'q': "'",
  47.     'B': '*',
  48.     'I': '_',
  49.     'U': '_',
  50.     'Q': "'" }
  51.  
  52. def finalize():
  53. <CODE> finalize
  54.  
  55. class StdwinBackEnd(SavingBackEnd):
  56. <CODE> StdwinBackEnd
  57.  
  58. class GLFontCache:
  59. <CODE> GLFontCache
  60.  
  61. class GLMeasurer(GLFontCache):
  62. <CODE> GLMeasurer
  63.  
  64. class GLWriter(GLFontCache):
  65. <CODE> GLWriter
  66.  
  67. class GLMeasurerWriter(GLMeasurer, GLWriter):
  68. <CODE> GLMeasurerWriter
  69.  
  70. class GLBackEnd(SavingBackEnd):
  71. <CODE> GLBackEnd
  72.